Remove Location, use Url everywhere
authorAlex Crichton <alex@alexcrichton.com>
Wed, 6 Aug 2014 16:21:10 +0000 (09:21 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 7 Aug 2014 00:09:24 +0000 (17:09 -0700)
commite2191677381b4a0c7de6a354ef3741d71306d990
tree85f830870c37097a53dfab7c2494f72f3423bac4
parenta87c37bd79210ee87d60d352f566c1ad21c00313
Remove Location, use Url everywhere

Now that rust-url supports windows paths in URLs, this commit jettisons the
janky Location enum in favor of just using Url everywhere.
27 files changed:
Cargo.lock
src/bin/cargo-git-checkout.rs
src/bin/cargo-read-manifest.rs
src/cargo/core/package_id.rs
src/cargo/core/resolver.rs
src/cargo/core/source.rs
src/cargo/ops/cargo_clean.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_doc.rs
src/cargo/ops/cargo_generate_lockfile.rs
src/cargo/ops/cargo_run.rs
src/cargo/sources/git/source.rs
src/cargo/sources/git/utils.rs
src/cargo/sources/path.rs
src/cargo/util/errors.rs
src/cargo/util/to_url.rs
src/cargo/util/toml.rs
tests/support/mod.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_path_deps.rs
tests/test_cargo_cross_compile.rs
tests/test_cargo_doc.rs
tests/test_cargo_freshness.rs
tests/test_cargo_run.rs
tests/test_cargo_test.rs
tests/tests.rs